home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armageddon - Interactive Preview
/
Interactive Preview: Armageddon.iso
/
mac
/
ARM_GAME.dxr
/
Internal_11_go to -Menu-.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-15
|
261 b
|
18 lines
global gHiScoreObj, gReturnValue
on exitFrame
cursor(0)
updateStage()
set gReturnValue to 1
mCompareList(gHiScoreObj)
go(the frame)
end
on mouseDown
cursor(0)
updateStage()
set gReturnValue to 1
mCompareList(gHiScoreObj)
go(the frame)
end